Fox's Git Mirrors
.github/workflows/publish.yml 201d27032fbc0af2fd0a560de603cd8786ee75b5 (201d2703) Text, 477 B
# Pinned first-party actions (bump tag and SHA together when upgrading):
# actions/checkout@v7.0.0 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
#
name: Go Publish
on:
push:
tags:
- "v*"
concurrency:
group: publish-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
jobs:
release:
uses: ./.github/workflows/release-assets.yml
with:
tag_name: ${{ github.ref_name }}
prerelease: false
secrets: inherit
Served by rngit 1.5.2 - Generated in 0.02s